$NetBSD$

--- rtunes/Makefile.orig	2006-05-06 18:49:18.000000000 -0400
+++ rtunes/Makefile
@@ -2,25 +2,15 @@
 
 PROG=		rtunes
-SRCS=		rtunes.c cipher.c mp4.c rtsp.c sys.c parse.y scan.l
-
-OS!= uname -s
-.if ${OS} != "OpenBSD"
-YFLAGS= -d
-SRCS+= y.tab.h
-y.tab.h: parse.y
-.endif
+SRCS=		rtunes.c cipher.c mp4.c rtsp.c sys.c parse.c scan.l
 
 CFLAGS+=	-Wall -Wstrict-prototypes -ansi
 LDADD+=		-lcrypto
 LINTFLAGS+=	-u
+NOGCCERROR=	# defined
+YHEADER=	# defined
 
 CLEANFILES+=	y.tab.h
 
-PIPE=		-pipe
-
 MAN=		rtunes.1 rtunes.conf.5
-MANDIR=		/usr/local/man/cat
-
-BINDIR=		/usr/local/bin
 
 .include <bsd.prog.mk>
