diff options
| author | cgd <cgd@NetBSD.org> | 1994-12-22 10:44:04 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-12-22 10:44:04 +0000 |
| commit | 06e2955ff1522de07ae49018318849daa823be4a (patch) | |
| tree | 5d39cd7f58d77cf82f2edf71f3e464a2a8fc5c76 /sbin/slattach | |
| parent | 26d9497d49003aeeaf8efba95f292dc931838ff8 (diff) | |
specify man pages the new way.
Diffstat (limited to 'sbin/slattach')
| -rw-r--r-- | sbin/slattach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index e959be65442..6ef6a6a1317 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -1,8 +1,8 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.5 1994/09/23 01:39:02 mycroft Exp $ +# $Id: Makefile,v 1.6 1994/12/22 10:49:05 cgd Exp $ PROG= slattach -MAN8= slattach.0 +MAN= slattach.8 MLINKS= slattach.8 slip.8 .include <bsd.prog.mk> |
