2013-09-26 17:14:40 +02:00

34 lines
666 B
Plaintext

$NetBSD: patch-ac,v 1.1.1.1 2007/11/23 00:18:41 bjs Exp $
--- 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>