summaryrefslogtreecommitdiffstats
path: root/sbin/mount_portal/Makefile
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1998-12-15 18:59:07 +0000
committerdillon <dillon@FreeBSD.org>1998-12-15 18:59:07 +0000
commitcb74461921e1e5c4a8541896c032bc29dac867de (patch)
tree8c12f0b2b6d862235aaefce2d9213d1d11bb0997 /sbin/mount_portal/Makefile
parentecc123364e6a7526722a84f1da31f02d19881809 (diff)
downloadFreeBSD-src-cb74461921e1e5c4a8541896c032bc29dac867de.zip
FreeBSD-src-cb74461921e1e5c4a8541896c032bc29dac867de.tar.gz
Add pt_tcplisten.c functionality, fix a few minor bugs
PR: kern/8793, misc/8796, kern/8797, kern/8798, kern/8050, kern/6758 Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
Diffstat (limited to 'sbin/mount_portal/Makefile')
-rw-r--r--sbin/mount_portal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile
index af7d536..7734df4 100644
--- a/sbin/mount_portal/Makefile
+++ b/sbin/mount_portal/Makefile
@@ -1,9 +1,9 @@
# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
-# $Id: Makefile,v 1.7 1997/03/11 12:34:55 peter Exp $
+# $Id: Makefile,v 1.8 1998/01/20 10:40:04 bde 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
+ pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
MAN8= mount_portal.8
MOUNT= ${.CURDIR}/../mount
OpenPOWER on IntegriCloud