Drop main() prototype. Syncs with NetBSD-8
[minix.git] / usr.bin / touch / Makefile
blobb5438269c10ee3fa86ac252474ad084370620307
1 # $NetBSD: Makefile,v 1.4 2012/07/25 01:23:46 christos Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/6/93
4 PROG= touch
5 LDADD+= -lutil
6 DPADD+= ${LIBUTIL}
8 .include <bsd.prog.mk>