diff options
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 08820bb88d6..609d4474069 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2002/01/23 01:34:36 atatat Exp $ +# $NetBSD: Makefile,v 1.51 2002/03/03 23:45:41 hubertf Exp $ # DISTNAME= lsof_4.61 @@ -23,6 +23,7 @@ CONFIGURE_ARGS= -n ${LOWER_OPSYS} CONFIGURE_ENV+= LSOF_CC="${CC} ${CFLAGS}" MAKE_FLAGS+= LSOF_BLDCMT="NetBSD pkgsrc rocks!" CPPFLAGS+= -DLSOF_MORE_SECURE=${LSOF_MORE_SECURE} +OSVERSION_SPECIFIC= yes SRCBALL_NAME= ${DISTNAME}_src |