diff options
author | agc <agc@pkgsrc.org> | 1998-08-07 11:08:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-07 11:08:53 +0000 |
commit | 41bfb3073717616c4a3211de0bd7208753d48d18 (patch) | |
tree | c18f18b6629d8d5e2744862509ef4834d8397eab /mbone/sdr/files | |
parent | 86db14e8197c7d43b334917a2f5fd4eed4322447 (diff) | |
download | pkgsrc-41bfb3073717616c4a3211de0bd7208753d48d18.tar.gz |
Add NetBSD RCS Ids.
Diffstat (limited to 'mbone/sdr/files')
-rw-r--r-- | mbone/sdr/files/Makefile.freebsd | 3 | ||||
-rw-r--r-- | mbone/sdr/files/Makefile.netbsd | 3 | ||||
-rw-r--r-- | mbone/sdr/files/Makefile.work | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/mbone/sdr/files/Makefile.freebsd b/mbone/sdr/files/Makefile.freebsd index 1d0735aef06..c94d75cf7a8 100644 --- a/mbone/sdr/files/Makefile.freebsd +++ b/mbone/sdr/files/Makefile.freebsd @@ -1,3 +1,6 @@ +# +# $NetBSD: Makefile.freebsd,v 1.2 1998/08/07 11:09:58 agc Exp $ +# CC=cc INCLUDES=-I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tcl8.0 -I${X11BASE}/include LIB_DIR=${LOCALBASE}/lib diff --git a/mbone/sdr/files/Makefile.netbsd b/mbone/sdr/files/Makefile.netbsd index 3cb29fcf93c..808cbdb9859 100644 --- a/mbone/sdr/files/Makefile.netbsd +++ b/mbone/sdr/files/Makefile.netbsd @@ -1,3 +1,6 @@ +# +# $NetBSD: Makefile.netbsd,v 1.2 1998/08/07 11:09:58 agc Exp $ +# CC=cc INCLUDES=-I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tcl8.0 -I${X11BASE}/include LIB_DIR=${LOCALBASE}/lib diff --git a/mbone/sdr/files/Makefile.work b/mbone/sdr/files/Makefile.work index c40e0ee3260..752cc173d3d 100644 --- a/mbone/sdr/files/Makefile.work +++ b/mbone/sdr/files/Makefile.work @@ -1,2 +1,5 @@ +# +# $NetBSD: Makefile.work,v 1.3 1998/08/07 11:09:58 agc Exp $ +# all install clean: cd netbsd; $(MAKE) $@ |