Makefile (c1f31290b8ce384be2afd863fa254645cf86c17e) | Makefile (0699090b6a4116e3cc55b20d33548f9866c5ff1d) |
---|---|
1# $Id: Makefile,v 1.13 1995/03/30 00:05:58 ache Exp $ | 1# $Id: Makefile,v 1.14 1995/08/12 16:28:10 joerg Exp $ |
2# 3# Doing a make install builds /usr/share/examples 4 | 2# 3# Doing a make install builds /usr/share/examples 4 |
5DIRS=etc FreeBSD_version ibcs2 lkm sunrpc | 5DIRS=etc find_interface FreeBSD_version ibcs2 lkm sunrpc |
6 7DDIR=${DESTDIR}/usr/share/examples 8 9NOOBJ= noobj 10 11# Define SHARED to indicate whether you want symbolic links to the system 12# source (``symlinks''), or a separate copy (``copies''); (latter useful 13# in environments where it's not possible to keep /sys publicly readable) --- 21 unchanged lines hidden --- | 6 7DDIR=${DESTDIR}/usr/share/examples 8 9NOOBJ= noobj 10 11# Define SHARED to indicate whether you want symbolic links to the system 12# source (``symlinks''), or a separate copy (``copies''); (latter useful 13# in environments where it's not possible to keep /sys publicly readable) --- 21 unchanged lines hidden --- |