diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-03-04 15:19:43 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-03-04 15:19:43 +0000 |
| commit | cac3fa155cfc7f6a6552141028658af58876173d (patch) | |
| tree | ff674698eab043e5788fe29ae8056fb17513f154 | |
| parent | 2e3fd02d8786b8e304997446533c5346f2093ca9 (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" |
