diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-27 20:02:00 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-27 20:02:00 +0000 |
commit | 8f9873b04a16906f6f334984615064ae43043165 (patch) | |
tree | e7cb9f8da24ff6d03d5f6f96a9dd37a944ec0b76 | |
parent | f3d3ac3cf134d36ee27705e769adafdb6db699c8 (diff) |
Document why it's static.
-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 |