summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhcp/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp/Pkgfile b/dhcp/Pkgfile
index f9329dddf..34d2e04f3 100644
--- a/dhcp/Pkgfile
+++ b/dhcp/Pkgfile
@@ -17,7 +17,7 @@ build() {
--mandir=/usr/man \
--disable-dhcpv6 \
--sysconfdir=/etc
- make
+ make -j1
make DESTDIR=$PKG install
install -D ../dhcpd $PKG/etc/rc.d/dhcpd
install -D ../dhclient $PKG/etc/rc.d/dhclient

Generated by cgit