]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/rcp/Makefile
Update libucl to latest git snapshot (20151027)
[FreeBSD/FreeBSD.git] / bin / rcp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $FreeBSD$
3
4 PROG=   rcp
5 SRCS=   rcp.c util.c
6 CFLAGS+=-DBINDIR=${BINDIR}
7
8 BINOWN= root
9 BINMODE=4555
10
11 .include <bsd.prog.mk>