aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-01-21 18:19:33 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-01-21 18:19:33 +0000
commit4ffb51fe8909b19fa4010cbafcf90a0ccc6e004b (patch)
tree45ad64baf52534bd4eb3065ee8ed5a7a88673fa7 /usr.sbin/amd
parent4ebbe36e8899fabd67a6d7f0dc28027393f9325d (diff)
downloadsrc-4ffb51fe8909b19fa4010cbafcf90a0ccc6e004b.tar.gz
src-4ffb51fe8909b19fa4010cbafcf90a0ccc6e004b.zip
Create a package for amd(8) and related tools.
While here, fix accounting rc script installation. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=294524
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc
index 8c397cfcc958..1b19acd90415 100644
--- a/usr.sbin/amd/Makefile.inc
+++ b/usr.sbin/amd/Makefile.inc
@@ -11,6 +11,8 @@
.include <src.opts.mk>
+PACKAGE= amd
+
CFLAGS+= -I. -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../include
.if exists(${.OBJDIR}/../include)