diff options
author | 1996-08-17 11:03:54 +0000 | |
---|---|---|
committer | 1996-08-17 11:03:54 +0000 | |
commit | f1c3145ffc700c8f45b13055aaa942f483b6ef42 (patch) | |
tree | e2ed61ad80ed2a90d72b44fe534727dca0eb9ecb | |
parent | use only the bourne shell version. (diff) | |
download | wireguard-openbsd-f1c3145ffc700c8f45b13055aaa942f483b6ef42.tar.xz wireguard-openbsd-f1c3145ffc700c8f45b13055aaa942f483b6ef42.zip |
${LIBEXECDIR}
-rw-r--r-- | usr.bin/locate/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc new file mode 100644 index 00000000000..10413c5cb6f --- /dev/null +++ b/usr.bin/locate/Makefile.inc @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile.inc,v 1.1 1996/08/17 11:03:54 michaels Exp $ +# +# $Id: Makefile.inc,v 1.1 1996/08/17 11:03:54 michaels Exp $ + +LIBEXECDIR?= /usr/libexec + |