GARNAME = gradm GARVERSION = 2.0 CATEGORIES = sys MASTER_SITES = http://www.grsecurity.net/ DISTFILES = $(DISTNAME).tar.gz SIGFILES = $(DISTFILES).sign # Stop the Makefile from being so clever about finding tools. # We know perfectly well where they are already... PATCHFILES = makefile.diff WORKSRC = $(WORKDIR)/gradm2 DESCRIPTION = Administration tools for the grsecurity patch define BLURB FIXME endef BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile setpw BUILD_ARGS = GRSEC_DIR=$(sysconfdir)/grsec INSTALL_ARGS = GRSEC_DIR=$(sysconfdir)/grsec prefix=$(packageprefix) MANDIR=$(packageprefix)/man include ../../gar.mk install-setpw: @echo You should now set a RBAC password with "gradm -P". $(MAKECOOKIE)