diff options
author | johns <johns@cvs.openbsd.org> | 1998-03-08 00:41:16 +0000 |
---|---|---|
committer | johns <johns@cvs.openbsd.org> | 1998-03-08 00:41:16 +0000 |
commit | 1a05ea047c4698aaa08a8d43a2792b7910ec3864 (patch) | |
tree | 373271015b6216182d306b157bab06c52438f40a /share/man/man4/man4.alpha/Makefile | |
parent | 16c6b271c468732ce9b1ab0224ac1861ba7cf287 (diff) |
Add initial esp.4 man page for Alpha. Got info from GENERIC kernel config file.
Diffstat (limited to 'share/man/man4/man4.alpha/Makefile')
-rw-r--r-- | share/man/man4/man4.alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile index 6a14260ea0f..995ba9c1df6 100644 --- a/share/man/man4/man4.alpha/Makefile +++ b/share/man/man4/man4.alpha/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 1998/03/08 00:09:38 johns Exp $ +# $OpenBSD: Makefile,v 1.3 1998/03/08 00:41:14 johns Exp $ -MAN= com.4 intro.4 scc.4 +MAN= com.4 esp.4 intro.4 scc.4 MANSUBDIR=/alpha .include <bsd.prog.mk> |