freebsd-dev/bin/rcp/Makefile

15 lines
187 B
Makefile
Raw Normal View History

1994-05-26 06:18:55 +00:00
# @(#)Makefile 8.1 (Berkeley) 7/19/93
1999-08-27 23:15:48 +00:00
# $FreeBSD$
1994-05-26 06:18:55 +00:00
PACKAGE=rcmds
1994-05-26 06:18:55 +00:00
PROG= rcp
SRCS= rcp.c util.c
1999-09-19 22:11:15 +00:00
CFLAGS+=-DBINDIR=${BINDIR}
PACKAGE=rcmds
BINOWN= root
BINMODE=4555
1994-05-26 06:18:55 +00:00
.include <bsd.prog.mk>