diff options
author | dougb <dougb@FreeBSD.org> | 2008-06-16 07:24:05 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-06-16 07:24:05 +0000 |
commit | cd6153995abf64550edf6aa181572fadc49715a5 (patch) | |
tree | 460a50c3337c43c5c490547329261ee44b3002b6 /usr.bin/cpio | |
parent | a3207e679100bb27c703f8a8b7c40631b1f11c4c (diff) | |
download | FreeBSD-src-cd6153995abf64550edf6aa181572fadc49715a5.zip FreeBSD-src-cd6153995abf64550edf6aa181572fadc49715a5.tar.gz |
Include bsd.own.mk to pick up the definition of MK_GNU_CPIO
Diffstat (limited to 'usr.bin/cpio')
-rw-r--r-- | usr.bin/cpio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index 52d23f0..de89645 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include <bsd.own.mk> + PROG= bsdcpio BSDCPIO_VERSION_STRING=0.9.11b SRCS= cpio.c cmdline.c err.c matching.c pathmatch.c |