diff options
Diffstat (limited to 'misc/watch/Makefile')
-rw-r--r-- | misc/watch/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/watch/Makefile b/misc/watch/Makefile index 630ea20a891..7e7194c67ff 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/02/17 14:02:14 hans Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/08 09:57:40 asau Exp $ DISTNAME= procps-3.2.6 PKGNAME= watch-3.2.6 @@ -10,8 +10,6 @@ MAINTAINER= simonb@NetBSD.org COMMENT= Watch a program with update intervals LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_BSD_MAKEFILE= yes MAKE_FILE= ${FILESDIR}/Makefile MAKE_ENV+= LIBS=${LIBS:Q} |