diff options
Diffstat (limited to 'cddl/lib/Makefile.inc')
-rw-r--r-- | cddl/lib/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cddl/lib/Makefile.inc b/cddl/lib/Makefile.inc new file mode 100644 index 000000000000..d61568e0094a --- /dev/null +++ b/cddl/lib/Makefile.inc @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SHLIBDIR?= /lib + +.include "../Makefile.inc" |