From c8703620b278cf482d82f4f83969bebaf0f0e265 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 2 Jan 1996 11:51:02 +0000 Subject: netbsd -> openbsd --- usr.bin/file/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/file/Makefile') 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) -- cgit v1.2.3