Remove includes of the wrong ../Makefile.inc (one was commented out, the

other was in the wrong order).
This commit is contained in:
Bruce Evans 1995-10-22 18:28:10 +00:00
parent 5308354b7e
commit 178d6c8706
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11675
2 changed files with 0 additions and 2 deletions

View File

@ -11,4 +11,3 @@ DPADD+= ${LIBGNUREGEX} ${LIBM}
LDADD+= -lgnuregex -lm
.include <bsd.prog.mk>
#.include "../../usr.bin/Makefile.inc"

View File

@ -15,4 +15,3 @@ DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
.include <bsd.prog.mk>
.include "../../usr.bin/Makefile.inc"