diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -4,12 +4,7 @@ include Makefile.inc -SUBDIR= conf.d etc init.d local.d man scripts sh src - -# Build our old net foo or not -ifeq (${MKOLDNET},yes) -SUBDIR+= net doc -endif +SUBDIR= conf.d doc etc init.d local.d man net scripts sh src # Build pkgconfig or not MKPKGCONFIG?= yes |