diff options
author | tron <tron@pkgsrc.org> | 1999-11-20 11:57:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-20 11:57:57 +0000 |
commit | 6da7d8b61fa57ee19fac2e0fca05bf12ea299682 (patch) | |
tree | b747213df7e98987a414219c9e012a70a9995fe2 /net/wakeup | |
parent | 77760a65905d0a0e1e27f855ea0c62c7cef91090 (diff) | |
download | pkgsrc-6da7d8b61fa57ee19fac2e0fca05bf12ea299682.tar.gz |
Set "${BINDIR}" to "${PREFIX}/bin".
Diffstat (limited to 'net/wakeup')
-rw-r--r-- | net/wakeup/files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wakeup/files/Makefile b/net/wakeup/files/Makefile index e080501f7c5..f0cfbcbd694 100644 --- a/net/wakeup/files/Makefile +++ b/net/wakeup/files/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 1999/11/20 11:54:45 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/20 11:57:57 tron Exp $ PROG= wakeup SRCS= hpwake.c +BINDIR= ${PREFIX}/bin NOMAN= yes WARNS= 1 |