use CLEANFILES+= not CLEANFILES= to avoid overriding what was already
setup before now.
This commit is contained in:
parent
a1788664a1
commit
f0a3006c1d
4
external/gpl2/groff/bin/eqn/Makefile
vendored
4
external/gpl2/groff/bin/eqn/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2016/01/14 02:30:18 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/03/13 03:03:33 mrg Exp $
|
||||
|
||||
# $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $
|
||||
|
||||
@ -15,6 +15,6 @@ SRCS= main.cpp lex.cpp eqn.cpp \
|
||||
CPPFLAGS+= -I${DIST_DIR} -I.
|
||||
SCRIPTS= neqn
|
||||
MAN= eqn.1 neqn.1
|
||||
CLEANFILES= ${SCRIPTS} ${MAN}
|
||||
CLEANFILES+= ${SCRIPTS} ${MAN}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
4
external/gpl2/groff/bin/pic/Makefile
vendored
4
external/gpl2/groff/bin/pic/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2016/01/14 02:30:18 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/03/13 03:03:33 mrg Exp $
|
||||
|
||||
# $FreeBSD: src/gnu/usr.bin/groff/src/preproc/pic/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $
|
||||
|
||||
@ -12,6 +12,6 @@ PROG_CXX= pic
|
||||
SRCS= lex.cpp main.cpp object.cpp pic.cpp \
|
||||
common.cpp troff.cpp tex.cpp
|
||||
CPPFLAGS+= -I${DIST_DIR} -I.
|
||||
CLEANFILES= ${MAN}
|
||||
CLEANFILES+= ${MAN}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
4
external/gpl2/groff/bin/refer/Makefile
vendored
4
external/gpl2/groff/bin/refer/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2016/01/14 02:30:18 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/03/13 03:03:33 mrg Exp $
|
||||
|
||||
# $FreeBSD: src/gnu/usr.bin/groff/src/preproc/refer/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $
|
||||
|
||||
@ -13,6 +13,6 @@ SRCS= label.cpp command.cpp ref.cpp refer.cpp token.cpp
|
||||
CFLAGS+= -I${DIST_DIR}
|
||||
DPADD+= ${LIBBIB}
|
||||
LDADD+= ${LIBBIB}
|
||||
CLEANFILES= ${MAN}
|
||||
CLEANFILES+= ${MAN}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user