diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-13 16:57:03 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-13 16:57:03 +0000 |
| commit | e11cbdb767bd8b3f6687603ff26173ae478ec8de (patch) | |
| tree | ea4f86cca628d91201243bf60310c2a93df0f26f | |
| parent | 02e8c77f1d9e5724da76c60ff5d14f3b4b9370b1 (diff) | |
Notes
| -rw-r--r-- | secure/usr.sbin/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/Makefile.inc b/secure/usr.sbin/Makefile.inc index 928489badaec..c3699c1a972b 100644 --- a/secure/usr.sbin/Makefile.inc +++ b/secure/usr.sbin/Makefile.inc @@ -1,4 +1,4 @@ # $FreeBSD$ -BINDIR= /usr/sbin +BINDIR?=/usr/sbin .include "${.CURDIR}/../../Makefile.inc" |
