diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-09-08 08:02:10 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-09-08 08:02:10 +0000 |
commit | 1b0e3d87abf6d8393f75a26a3cd28ad95f120406 (patch) | |
tree | b9ee6b625ffea561ce773a6b1d777440d52eedb1 /devel/Makefile | |
parent | 7990ca98a2101919604d4dc20a3394ae769aa26c (diff) | |
download | pkgsrc-1b0e3d87abf6d8393f75a26a3cd28ad95f120406.tar.gz |
Add and enable libsmi.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index b77cc6354f8..9c04763c193 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 1999/09/03 17:22:28 kim Exp $ +# $NetBSD: Makefile,v 1.75 1999/09/08 08:02:10 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -54,6 +54,7 @@ SUBDIR += libproplist SUBDIR += libscsi SUBDIR += libslang + SUBDIR += libsmi SUBDIR += libtool # SUBDIR += linux_devel # SUBDIR += linuxgdb |