depend on paths.mk

This commit is contained in:
gdr 1997-09-05 06:35:22 +00:00
parent 24747d92a2
commit 2dafe3f23e

View File

@ -1,12 +1,20 @@
#
# $Id: Makefile,v 1.1 1997/02/28 05:12:50 gdr Exp $
# gno/lib/libc/sys/Makefile
#
# Devin Reade, 1997.
#
# $Id: Makefile,v 1.2 1997/09/05 06:35:22 gdr Exp $
#
.INCLUDE: ../../../paths.mk
.INCLUDE: ../../const.mk
OBJS = trap.o syscall.o exec.o
default: $(OBJS)
build: $(OBJS)
clean clobber:
$(RM) -f $(OBJS)
.INCLUDE: ../rules.mk