1999-02-13 05:54:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:33 lukem Exp $
|
1997-12-31 02:30:48 +03:00
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
MKMAN= no
|
1997-12-31 02:30:48 +03:00
|
|
|
|
|
|
|
CLEANFILES+= ff_after_dnl.m4
|
|
|
|
|
|
|
|
regress: test-ff_after_dnl test-m4wrap
|
|
|
|
|
|
|
|
test-ff_after_dnl: ff_after_dnl.m4
|
|
|
|
m4 ff_after_dnl.m4 | diff - ${.CURDIR}/ff_after_dnl.out
|
|
|
|
|
|
|
|
ff_after_dnl.m4: ff_after_dnl.m4.uu
|
|
|
|
uudecode ${.CURDIR}/ff_after_dnl.m4.uu
|
|
|
|
|
|
|
|
test-m4wrap:
|
|
|
|
m4 ${.CURDIR}/m4wrap.m4 | diff - ${.CURDIR}/m4wrap.out
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|