diff options
Diffstat (limited to 'secure/libexec/Makefile.inc')
-rw-r--r-- | secure/libexec/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc new file mode 100644 index 0000000..26d868c --- /dev/null +++ b/secure/libexec/Makefile.inc @@ -0,0 +1,6 @@ +# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $Id: Makefile.inc,v 1.2 1995/07/29 12:49:22 markm Exp $ + +BINDIR?= /usr/libexec + +.include "${.CURDIR}/../../Makefile.inc" |