opnsense-ports/devel/cvsps/files/patch-Makefile
Franco Fichtner f6696043eb devel/cvsps: sync with upstream
Taken from: HardenedBSD
2019-10-15 15:51:08 +02:00

12 lines
300 B
Text

--- Makefile.orig 2005-05-26 03:39:40 UTC
+++ Makefile
@@ -23,6 +23,9 @@ all: cvsps
cvsps: $(OBJS)
$(CC) -o cvsps $(OBJS) -lz
+.c.o:
+ $(CC) $(CFLAGS) -c -o $@ $<
+
install:
[ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin
[ -d $(prefix)/share/man/man1 ] || mkdir -p $(prefix)/share/man/man1