1 # $NetBSD: Makefile,v 1.12 2003/10/26 03:50:07 lukem Exp $
11 @if grep
-h
'\*\*\*' errs.o scripts.o
; then
:; else \
12 echo
"tests completed successfully."; \
16 @if
[ -f errs.o
]; then
:; else \
17 echo
"building test scripts for $(ED) ..."; \
18 ${HOST_SH} ${.CURDIR
}/mkscripts.sh
$(ED
); \
21 test: build ckscripts.sh
22 @echo testing
$(ED
) ...
23 @
${HOST_SH} ckscripts.sh
$(ED
)
26 rm -f
*.ed
*.red
*.
[oz
] *~
28 .
include <bsd.prog.mk
>