summaryrefslogtreecommitdiff
path: root/usr.bin/touch/Makefile
blob: b5438269c10ee3fa86ac252474ad084370620307 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.4 2012/07/25 01:23:46 christos Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	touch
LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>