diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-27 19:33:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-27 19:33:03 +0000 |
commit | 57a0d272cd7737bdda124f7d28518c3cf86ee63b (patch) | |
tree | 91662a95636f0fb8742f543d87446a194c3ca9f3 /net/arpd | |
parent | 955150a2842e74a00449ed81afdb5b289c8b5ed8 (diff) | |
download | pkgsrc-57a0d272cd7737bdda124f7d28518c3cf86ee63b.tar.gz |
Strongly buildlinkify.
Diffstat (limited to 'net/arpd')
-rw-r--r-- | net/arpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile index 263af6ddec5..eca0f6c600c 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:18:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/27 19:33:03 jlam Exp $ # DISTNAME= arpd @@ -9,6 +9,8 @@ MASTER_SITES= ftp://subzero.campus.luth.se/pub/arpd/ MAINTAINER= hubertf@netbsd.org COMMENT= arp daemon +USE_BUILDLINK_ONLY= yes + MAKE_ENV+= BINDIR=${PREFIX}/sbin post-install: |