diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-04 06:32:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-04 06:32:19 +0000 |
commit | 7f27af29b58f3adb03e703a69ccc0e48c0c7efc3 (patch) | |
tree | 9f879d61c35cb012530d99149ddc5e7924bc6e5e /sbin | |
parent | e07b64007fb9978f5a49a078fd256f075cf28f67 (diff) |
link to portal.conf.5; dead karls@inet.no
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_portal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index bc8c21e36ac..88fab6bc034 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 1997/09/21 11:37:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2001/07/04 06:32:18 deraadt Exp $ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ pt_exec.c pt_file.c pt_tcp.c MAN= mount_portal.8 +MLINKS= mount_portal.8 portal.conf.5 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} |