Makefile revision 87706
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/touch/Makefile 87706 2001-12-11 23:38:24Z markm $
3
4PROG=	touch
5
6.include <bsd.prog.mk>
7