diff options
-rw-r--r-- | usr.sbin/pwd_mkdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile index c38a4da65b9..4c324f51da5 100644 --- a/usr.sbin/pwd_mkdb/Makefile +++ b/usr.sbin/pwd_mkdb/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 1999/06/06 13:03:05 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2002/06/27 20:01:59 art Exp $ + +# static because it's used by the boot floppy through a chroot. LDSTATIC= ${STATIC} PROG= pwd_mkdb |