diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-18 20:31:00 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-18 20:31:00 +0000 |
commit | aa18b6a4c5b724504554d43def3cfe6f22c68e55 (patch) | |
tree | 77e1545b5c3db5029811c955b67644f70389cdcd /usr.bin/readlink | |
parent | 525126de67d0ed317c1bd12fa5f2eeede9b6bdd6 (diff) |
build manpage
Diffstat (limited to 'usr.bin/readlink')
-rw-r--r-- | usr.bin/readlink/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/readlink/Makefile b/usr.bin/readlink/Makefile index 1062c978fc1..a73a463dc26 100644 --- a/usr.bin/readlink/Makefile +++ b/usr.bin/readlink/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 1997/06/12 15:22:37 kstailey Exp $ +# $OpenBSD: Makefile,v 1.2 1997/08/18 20:30:59 kstailey Exp $ PROG= readlink -NOMAN= .include <bsd.prog.mk> |