diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-08 17:56:53 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-08 17:56:53 +0000 |
| commit | 418ada78f4e631ed03b3da979cc844d88a61b273 (patch) | |
| tree | 9385b61cd8625013d8b02551a58f6d5dc95ae664 /share/security | |
| parent | b573fedaf31feed9aef57c21c442746676eec527 (diff) | |
Notes
Diffstat (limited to 'share/security')
| -rw-r--r-- | share/security/Makefile | 1 | ||||
| -rw-r--r-- | share/security/Makefile.inc | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/share/security/Makefile b/share/security/Makefile index 752315d15068..0484e0dedf0e 100644 --- a/share/security/Makefile +++ b/share/security/Makefile @@ -4,4 +4,5 @@ FILES= lomac-policy.contexts NOOBJ= noobj FILESDIR= ${BINDIR}/security +.include "${.CURDIR}/../Makefile.inc" .include <bsd.prog.mk> diff --git a/share/security/Makefile.inc b/share/security/Makefile.inc deleted file mode 100644 index 12c94258f6ec..000000000000 --- a/share/security/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $FreeBSD$ - -BINDIR?= ${SHAREDIR}/security |
