summaryrefslogtreecommitdiff
path: root/misc/fep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fep/Makefile')
-rw-r--r--misc/fep/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile
index 6f24c621a85..3fa3c3060ee 100644
--- a/misc/fep/Makefile
+++ b/misc/fep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/03/29 12:41:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2003/11/11 10:42:32 wiz Exp $
# FreeBSD Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp
#
@@ -19,4 +19,10 @@ NO_BIN_ON_CDROM=${RESTRICTED}
MANCOMPRESSED= yes
+pre-build:
+ cd ${WRKSRC} && \
+ for i in *.[ch]; do ${SED} "s,#endif lint,#endif /* lint */,g" $${i} > $${i}.new && \
+ ${MV} -f $${i}.new $${i}; \
+ done
+
.include "../../mk/bsd.pkg.mk"