diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-29 04:56:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-29 04:56:26 +0000 |
commit | 5f122fe80f6aafa5494638890e9bc2eabd6c9922 (patch) | |
tree | 2f5944141cb2d274c37bf89234ac585d089fe881 /usr.bin/sup | |
parent | 1d7bbaeb3b3ae5604a98d38994c61b86e10ab743 (diff) |
links for supfilesrv/supscan
Diffstat (limited to 'usr.bin/sup')
-rw-r--r-- | usr.bin/sup/supfilesrv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/sup/supfilesrv/Makefile b/usr.bin/sup/supfilesrv/Makefile index 84e425b8c92..d488cb0a106 100644 --- a/usr.bin/sup/supfilesrv/Makefile +++ b/usr.bin/sup/supfilesrv/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 1996/06/26 05:40:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1996/07/29 04:56:25 deraadt Exp $ PROG= supfilesrv MAN= supservers.8 +MLINKS= supservers.8 supfilesrv.8 +MLINKS+=supservers.8 supscan.8 SRCS= supfilesrv.c scan.c scm.c scmio.c stree.c log.c supmsg.c \ atoo.c errmsg.c expand.c ffilecopy.c filecopy.c nxtarg.c \ path.c quit.c run.c salloc.c skipto.c vprintf.c netcryptvoid.c |