Build the 'stand' directory.
This commit is contained in:
parent
d36f15a208
commit
39a234873d
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.1.1.1 1995/03/26 07:12:03 leo Exp $
|
# $NetBSD: Makefile,v 1.2 1996/03/18 21:08:36 leo Exp $
|
||||||
#
|
#
|
||||||
# from: @(#)Makefile 7.3 (Berkeley) 6/9/91
|
# from: @(#)Makefile 7.3 (Berkeley) 6/9/91
|
||||||
#
|
#
|
||||||
@ -9,10 +9,9 @@ COMM= $S/vm/*.[ch] $S/ufs/*.[ch] $S/sys/*.h $S/compat/sunos/*.[ch] \
|
|||||||
$S/net/*.[ch] $S/miscfs/*/*.[ch] $S/kern/*.[ch] $S/dev/*.[ch] \
|
$S/net/*.[ch] $S/miscfs/*/*.[ch] $S/kern/*.[ch] $S/dev/*.[ch] \
|
||||||
$S/scsi/*.[ch] $S/lib/libkern/m68k/*.[ch] $S/lib/libkern/*.[ch]
|
$S/scsi/*.[ch] $S/lib/libkern/m68k/*.[ch] $S/lib/libkern/*.[ch]
|
||||||
|
|
||||||
# Makefile for atari tags file
|
SUBDIR= stand
|
||||||
|
|
||||||
all:
|
# Makefile for atari tags file
|
||||||
@echo "make tags or links only"
|
|
||||||
|
|
||||||
TATARI= $S/arch/atari/tags
|
TATARI= $S/arch/atari/tags
|
||||||
SATARI= $S/arch/m68k/m68k/*.c $S/arch/m68k/include/*.h \
|
SATARI= $S/arch/m68k/m68k/*.c $S/arch/m68k/include/*.h \
|
||||||
@ -41,5 +40,5 @@ links:
|
|||||||
rm -f $$i/tags; rm -f $$i/TAGS ; \
|
rm -f $$i/tags; rm -f $$i/TAGS ; \
|
||||||
ln -s ../tags $$i/tags; ln -s ../TAGS $$i/TAGS; done
|
ln -s ../tags $$i/tags; ln -s ../TAGS $$i/TAGS; done
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user