diff options
-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 |