ae1add4e55
compatibility interfaces in both kernel and libc. Reviewed by: rwatson
9 lines
162 B
Makefile
9 lines
162 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= cp
|
|
SRCS= cp.c utils.c
|
|
CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -D_ACL_PRIVATE
|
|
|
|
.include <bsd.prog.mk>
|