diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 11:51:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 11:51:02 +0000 |
commit | c8703620b278cf482d82f4f83969bebaf0f0e265 (patch) | |
tree | 38aa769223c219924ac359d1697a5f9e4bf20c2a /usr.bin/file/Makefile | |
parent | 2cca6262022189ca5b677700b2f4fdabf44586a0 (diff) |
netbsd -> openbsd
Diffstat (limited to 'usr.bin/file/Makefile')
-rw-r--r-- | usr.bin/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 0165dec1eca..b22771c6070 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:45:08 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/01/02 11:50:57 deraadt Exp $ MAGIC= /etc/magic MAGICOWN= bin @@ -16,7 +16,7 @@ all: file magic MAGFILES= $(.CURDIR)/magdir/Header\ $(.CURDIR)/magdir/Localstuff\ - $(.CURDIR)/magdir/NetBSD\ + $(.CURDIR)/magdir/OpenBSD\ $(.CURDIR)/magdir/[a-z]* magic: $(MAGFILES) cat $(MAGFILES) > $(.TARGET) |