diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-09 17:29:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-09 17:29:24 +0000 |
commit | c811d01487ec19facb9029a19e3e13930197e01f (patch) | |
tree | e5104a6c28dc2afd55139c120df6784c991e6324 /share/man/man8/man8.alpha | |
parent | 612fab45aa96d5cbc5e241d6001c5c3084043446 (diff) |
MAKEDEV only, not makedev
Diffstat (limited to 'share/man/man8/man8.alpha')
-rw-r--r-- | share/man/man8/man8.alpha/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man8/man8.alpha/Makefile b/share/man/man8/man8.alpha/Makefile index bc4d09f4683..85467d0ffc1 100644 --- a/share/man/man8/man8.alpha/Makefile +++ b/share/man/man8/man8.alpha/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2002/04/08 21:40:25 miod Exp $ +# $OpenBSD: Makefile,v 1.5 2002/04/09 17:29:23 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/09/06 21:36:38 jtc Exp $ MAN= MAKEDEV.8 boot_alpha.8 -MLINKS= MAKEDEV.8 makedev.8 MANSUBDIR=alpha .include <bsd.prog.mk> |