summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-10 06:40:36 +0000
committerwollman <wollman@FreeBSD.org>1994-08-10 06:40:36 +0000
commitbd5dd497132866edaec60d109683158ac90cab94 (patch)
treeefc971939591d1d9256acf96cdedd09b1588100f /share/examples/Makefile
parent01a149f01bca033ac02c86a400ef3589d6948821 (diff)
downloadFreeBSD-src-bd5dd497132866edaec60d109683158ac90cab94.zip
FreeBSD-src-bd5dd497132866edaec60d109683158ac90cab94.tar.gz
Added example of how to tell various FreeBSD versions apart.
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index eadac57..8e0fbbb 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.1 1994/08/09 18:25:36 wollman Exp $
#
# Doing a make install builds /usr/share/examples
#
all clean cleandir depend lint tags:
-DIRS=sunrpc etc
+DIRS=sunrpc etc FreeBSD_version
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''); (latter useful
OpenPOWER on IntegriCloud