diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-29 16:03:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-29 16:03:28 +0000 |
commit | 712c3ee7d5af941c72df95ae8a377f08d982ac23 (patch) | |
tree | 50111de43af1435819c2d9a252e1511d417eeed7 /mk | |
parent | 5d5b4179ccef7d89dced2796b247f2032795d8e3 (diff) | |
download | pkgsrc-712c3ee7d5af941c72df95ae8a377f08d982ac23.tar.gz |
Removed a funny comment from 1997.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 8b824e45b1c..655aeff87a4 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1925 2007/09/27 11:19:52 rillig Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1926 2007/09/29 16:03:28 rillig Exp $ # # This file is in the public domain. # @@ -678,11 +678,6 @@ _SHORT_UNAME_R= ${:!${UNAME} -r!:C@\.([0-9]*)[_.].*@.\1@} # n.n[_.]anything => n .include "${.PARSEDIR}/install/bin-install.mk" -################################################################ -# Everything after here are internal targets and really -# shouldn't be touched by anybody but the release engineers. -################################################################ - .PHONY: show-pkgtools-version .if !target(show-pkgtools-version) show-pkgtools-version: |