diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-02-24 20:14:56 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-02-24 20:14:56 +0000 |
commit | d8a392702cb74d48444a44de86f2004561b7db26 (patch) | |
tree | 84328d69c6753bad9323f03d9eabd9af965b5b9b /usr.sbin/config/Makefile.boot | |
parent | 5d91676312ce4440d1c801bb9513dc6bb36dec7f (diff) |
We are OpenBSD
Diffstat (limited to 'usr.sbin/config/Makefile.boot')
-rw-r--r-- | usr.sbin/config/Makefile.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/Makefile.boot b/usr.sbin/config/Makefile.boot index 62fb2bb2ab2..d302704e76f 100644 --- a/usr.sbin/config/Makefile.boot +++ b/usr.sbin/config/Makefile.boot @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.boot,v 1.2 1997/09/21 11:43:32 deraadt Exp $ +# $OpenBSD: Makefile.boot,v 1.3 1999/02/24 20:14:55 art Exp $ # # a very simple makefile... # -# You only want to use this if you aren't running NetBSD. +# You only want to use this if you aren't running OpenBSD. # CC=gcc -O CFLAGS= -I. -DMAKE_BOOTSTRAP |