diff options
-rw-r--r-- | misc/watch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/watch/Makefile b/misc/watch/Makefile index 3dc7d0fab73..630ea20a891 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/12/29 13:47:54 tron Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/17 14:02:14 hans Exp $ DISTNAME= procps-3.2.6 PKGNAME= watch-3.2.6 @@ -12,8 +12,8 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +USE_BSD_MAKEFILE= yes MAKE_FILE= ${FILESDIR}/Makefile -MAKE_ENV+= ${BSD_MAKE_ENV} MAKE_ENV+= LIBS=${LIBS:Q} LIBS.SunOS+= -lrt |