diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /distrib/sun3/Makefile.inc |
initial import of NetBSD tree
Diffstat (limited to 'distrib/sun3/Makefile.inc')
-rw-r--r-- | distrib/sun3/Makefile.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distrib/sun3/Makefile.inc b/distrib/sun3/Makefile.inc new file mode 100644 index 00000000000..69f3e1e8cc7 --- /dev/null +++ b/distrib/sun3/Makefile.inc @@ -0,0 +1,10 @@ +# $NetBSD: Makefile.inc,v 1.2 1995/10/13 16:01:02 gwr Exp $ + +# Revision is 1.1 +REV= 11 + +LDSTATIC= -static + +# Hack needed to find kernel images... +BSDSRCDIR?= /usr/src +SRCSYSDIR?= ${BSDSRCDIR}/sys |