add a "distclean" target to please make cleandir.

ok matthieu@ todd@
This commit is contained in:
aanriot 2007-04-04 15:24:27 +00:00
parent d943586aca
commit 068cc5385d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2007/03/28 20:05:15 todd Exp $
# $OpenBSD: Makefile,v 1.4 2007/04/04 15:24:27 aanriot Exp $
FILE= README.${MACHINE}
@ -26,6 +26,8 @@ install: ${FILE}.generated
clean:
rm -f *.generated
distclean: clean
includes:
@echo No includes here.