We don't want both NOMAN= and MAN= in the same Makefile.

This commit is contained in:
tv 1998-12-29 15:13:03 +00:00
parent 9d24a9a5c4
commit e70cacd07d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 1998/12/29 15:12:27 tv Exp $
# $NetBSD: Makefile,v 1.2 1998/12/29 15:13:03 tv Exp $
DIST= ${.CURDIR}/../../dist
@ -21,6 +21,4 @@ BFDOBJ!= cd ${.CURDIR}/../../lib/bfd; \
LDADD+= -L${BFDOBJ} -lbfd
DPADD+= ${BFDOBJ}/libbfd.a
MAN= gasp.1
.include <bsd.prog.mk>