diff options
author | tron <tron> | 1999-11-20 11:57:57 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-20 11:57:57 +0000 |
commit | a89adbdbe29d187477a507df1b9f80e863a6f861 (patch) | |
tree | b747213df7e98987a414219c9e012a70a9995fe2 /net | |
parent | 0d2acd9cbd41c37b68416bdc2dfaee03fb46a6f3 (diff) | |
download | pkgsrc-a89adbdbe29d187477a507df1b9f80e863a6f861.tar.gz |
Set "${BINDIR}" to "${PREFIX}/bin".
Diffstat (limited to 'net')
-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 |