diff options
author | agc <agc> | 1998-04-15 10:38:06 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-15 10:38:06 +0000 |
commit | 75ab08822c4c628286bb5085df301f52de9ad668 (patch) | |
tree | 33a4622592f58e4775f653481e5ec3c86edee661 /audio/Makefile | |
parent | 7244ef0bd3b563a2080525e2b508b9bc8ecf2e11 (diff) | |
download | pkgsrc-75ab08822c4c628286bb5085df301f52de9ad668.tar.gz |
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index bfb060f9a27..71f69eddde6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/02/22 23:29:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 1998/04/15 10:38:09 agc Exp $ # SUBDIR += amp @@ -23,4 +23,4 @@ SUBDIR += xmmix SUBDIR += xwave -.include <bsd.port.subdir.mk> +.include "../mk/bsd.pkg.subdir.mk" |