diff options
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index dd585895ed7b..e59924ca2ebc 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1995/04/01 12:43:51 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 19:46:46 asami Exp $ # DISTNAME= nas-1.2p1 @@ -13,5 +13,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/ USE_IMAKE= yes ALL_TARGET= World +# no need to "xmkmf -a" and create the Makefiles twice -- see above +XMKMF= xmkmf .include <bsd.port.mk> |