Create defaults/uuids and adjust the build to copy the file to /etc/defaults
[dragonfly/vkernel-mp.git] / usr.bin / time / Makefile
blobf68edd97c8cfca479a26cddab4501bf8b91f7d51
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/time/Makefile,v 1.3 2004/12/22 12:01:49 joerg Exp $
4 PROG= time
5 DPADD= ${LIBKINFO}
6 LDADD= -lkinfo
7 WARNS?= 6
9 .include <bsd.prog.mk>