diff options
author | agc <agc> | 1998-09-04 09:01:51 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-04 09:01:51 +0000 |
commit | e22bc58ddeaa27ac3f329af58eb6b50fc200f001 (patch) | |
tree | 1469d7ae9f7949775bc08a78b23bf4b3fdddcefe /pkgtools | |
parent | 2783ddbb73f145816eb95594d48f0f7f6c16204e (diff) | |
download | pkgsrc-e22bc58ddeaa27ac3f329af58eb6b50fc200f001.tar.gz |
Re-order packages into alphabetic order.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index d1f328c1c23..95b655c0c1d 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1998/09/04 08:58:02 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/04 09:01:51 agc Exp $ # #SUBDIR+= ftp #SUBDIR+= pax -SUBDIR+= pkglint #SUBDIR+= pkg_install +SUBDIR+= pkglint .include "../mk/bsd.pkg.subdir.mk" |