summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-10-22 18:28:10 +0000
committerbde <bde@FreeBSD.org>1995-10-22 18:28:10 +0000
commitb648db0f8fbc5105b6dae691f92efe2b1c1ecd26 (patch)
treedf9c6163cfaabf28d15927971a544133bf47d04f /gnu
parent286f90726efc27d79e3360e5c9e456192c878b54 (diff)
downloadFreeBSD-src-b648db0f8fbc5105b6dae691f92efe2b1c1ecd26.zip
FreeBSD-src-b648db0f8fbc5105b6dae691f92efe2b1c1ecd26.tar.gz
Remove includes of the wrong ../Makefile.inc (one was commented out, the
other was in the wrong order).
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/awk/Makefile1
-rw-r--r--gnu/usr.bin/tar/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
index 690eacf..1fa87cc 100644
--- a/gnu/usr.bin/awk/Makefile
+++ b/gnu/usr.bin/awk/Makefile
@@ -11,4 +11,3 @@ DPADD+= ${LIBGNUREGEX} ${LIBM}
LDADD+= -lgnuregex -lm
.include <bsd.prog.mk>
-#.include "../../usr.bin/Makefile.inc"
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index c0b6d44..c9c76bf 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -15,4 +15,3 @@ DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
.include <bsd.prog.mk>
-.include "../../usr.bin/Makefile.inc"
OpenPOWER on IntegriCloud