diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-03-23 00:58:26 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-03-23 00:58:26 +0000 |
commit | 578ca72d16392f531307a25fa283f8b30094576d (patch) | |
tree | ea96e0691ed8f74534c00914c82b0eee9f9cf654 /sysutils | |
parent | f57370a9f7727f9bcbdccfdd74a12712b3716c94 (diff) | |
download | pkgsrc-578ca72d16392f531307a25fa283f8b30094576d.tar.gz |
Remove explicit BUILD_TARGET and INSTALL_TARGET definitions, as
they're identical to the defaults provided by djbware.mk.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/service-config/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/service-config/Makefile b/sysutils/service-config/Makefile index ab212efd746..a2287886e81 100644 --- a/sysutils/service-config/Makefile +++ b/sysutils/service-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/03/23 00:57:21 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/23 00:58:26 schmonz Exp $ # DISTNAME= service-config-0.51 @@ -11,9 +11,6 @@ COMMENT= Utility to create and configure svscan service directories DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools -BUILD_TARGET= it -INSTALL_TARGET= setup check - # Possibly inherited DJB-style distribution terms DJB_RESTRICTED= YES |