diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1994-11-10 13:58:43 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1994-11-10 13:58:43 +0800 |
commit | 91649359a6b7274c1803fab5374d745df19c510a (patch) | |
tree | 452369a1140ce4322e35d4fdef250d198ddf71fa /net/Makefile | |
parent | 0ed1a98f92b984e3152529dbc3547ff6a26d846a (diff) | |
download | freebsd-ports-gnome-91649359a6b7274c1803fab5374d745df19c510a.tar.gz freebsd-ports-gnome-91649359a6b7274c1803fab5374d745df19c510a.tar.zst freebsd-ports-gnome-91649359a6b7274c1803fab5374d745df19c510a.zip |
Add back pidentd now it (should) compile again
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 7a82c958bf3b..e3ec14ce2938 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.15 1994/11/07 17:33:24 ache Exp $ +# $Id: Makefile,v 1.16 1994/11/10 01:32:43 jkh Exp $ # # XXX ncftp moved to core distribution # SUBDIR= archie cern_httpd chimera dgd fspclient gn irc ircII lynx ncftp2 \ - pcnfsd pmf sup tcpblast wu-ftpd tcp_wrapper + pidentd pcnfsd pmf sup tcpblast wu-ftpd tcp_wrapper .include <bsd.port.subdir.mk> |