NetBSD/usr.bin/touch/Makefile

9 lines
169 B
Makefile
Raw Normal View History

2012-07-25 05:23:46 +04:00
# $NetBSD: Makefile,v 1.4 2012/07/25 01:23:46 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= touch
2012-07-25 05:23:46 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>