diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-03-03 20:19:05 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-03-03 20:19:05 +0000 |
commit | 7a3414a7aa2578326857b3107c2647de8b8fa206 (patch) | |
tree | 5a0b94b4279bd3cdd394cb73e8deaf2b4919ed2f /Makefile | |
parent | 719866dc46e250d028a6e01e0febb5798bf53b40 (diff) | |
download | pkgsrc-7a3414a7aa2578326857b3107c2647de8b8fa206.tar.gz |
Back out last two revs and go back to 1.19.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 1999/03/03 17:19:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 1999/03/03 20:19:05 hubertf Exp $ # FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp # -PKGSRCTOP= yes -.include "mk/bsd.pkg.subdir.mk" +.include "mk/bsd.prefs.mk" .ifdef SPECIFIC_PKGS SUBDIR+= ${SITE_SPECIFIC_PKGS} @@ -53,6 +52,9 @@ SUBDIR += www SUBDIR += x11 .endif +PKGSRCTOP= yes + +.include "mk/bsd.pkg.subdir.mk" index: @rm -f ${.CURDIR}/INDEX |