diff options
author | jwise <jwise> | 2000-10-20 23:24:36 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-10-20 23:24:36 +0000 |
commit | a18343e59a391205d07da3b523116469bc6843ba (patch) | |
tree | 0c9fd4b2c3df583843f54b34149dddb182cdefb9 | |
parent | 3bc2e49671298af4c1e3000a6a3f77c42a4c41c8 (diff) | |
download | pkgsrc-a18343e59a391205d07da3b523116469bc6843ba.tar.gz |
Add and enable p5-Net-TFTP.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 17c79aa9df7..dc59b9b9dc3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2000/10/17 22:25:20 tron Exp $ +# $NetBSD: Makefile,v 1.160 2000/10/20 23:24:36 jwise Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -83,6 +83,7 @@ SUBDIR += p5-Net SUBDIR += p5-Net-DNS SUBDIR += p5-Net-SNMP + SUBDIR += p5-Net-TFTP SUBDIR += p5-Net-Telnet SUBDIR += p5-SNMP SUBDIR += p5-Socket6 |