diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ include Makefile.inc SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d # Build our old net foo or not +MKOLDNET?= yes ifeq (${MKOLDNET},yes) SUBDIR+= net doc endif @@ -16,7 +16,7 @@ MKSELINUX=yes MKSTATICLIBS=no MKTERMCAP=ncurses MKTERMCAP=termcap -MKOLDNET=yes +MKOLDNET=no PKG_PREFIX=/usr/pkg LOCAL_PREFIX=/usr/local PREFIX=/usr/local |