diff options
author | hubertf <hubertf> | 1997-11-30 21:54:27 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-11-30 21:54:27 +0000 |
commit | c7822fa8b384b01afc65c9bb7a0964a9cd7efdbe (patch) | |
tree | 26fbe93fb8e44b0f4991ecbba1bbd7309d1872ec /devel | |
parent | bcde84b39b137634e3a3d32d43f70a808836e90a (diff) | |
download | pkgsrc-c7822fa8b384b01afc65c9bb7a0964a9cd7efdbe.tar.gz |
add gtexinfo
Fixes 1st part of PR pkg/4608 by Thorsten Frueauf <frueauf@ira.uka.de>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 673ab29863b..7b9374dfa80 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1997/11/18 16:23:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1997/11/30 21:54:27 hubertf Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -23,6 +23,7 @@ # SUBDIR += gcc11 # SUBDIR += gdb # SUBDIR += gdbtk + SUBDIR += gtexinfo SUBDIR += gindent SUBDIR += gmake SUBDIR += id-utils |