]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ckdist/Makefile
Rework the home directory creation and copy or the skel content to use *at
[FreeBSD/FreeBSD.git] / usr.sbin / ckdist / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../usr.bin/cksum
4
5 PROG=   ckdist
6 SRCS=   ckdist.c crc.c
7
8 LIBADD= md
9
10 .include <bsd.prog.mk>