diff options
Diffstat (limited to 'net/ng_car/files/patch-Makefile')
-rw-r--r-- | net/ng_car/files/patch-Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/ng_car/files/patch-Makefile b/net/ng_car/files/patch-Makefile new file mode 100644 index 000000000000..9f4271cef0f3 --- /dev/null +++ b/net/ng_car/files/patch-Makefile @@ -0,0 +1,16 @@ +--- Makefile.orig Mon Sep 26 22:18:41 2005 ++++ Makefile Thu Oct 6 22:30:52 2005 +@@ -2,7 +2,13 @@ + SRCS= ng_car.c + + MAN= ng_car.4 ++MANDIR= ${PREFIX}/man/man + + #CFLAGS+= -g + + .include <bsd.kmod.mk> ++.include <bsd.man.mk> ++ ++all: _manpages ++ ++install: _maninstall |