gno/lib/libc/sys/Makefile

21 lines
289 B
Makefile
Raw Normal View History

#
1997-09-05 06:35:22 +00:00
# gno/lib/libc/sys/Makefile
#
# Devin Reade, 1997.
#
# $Id: Makefile,v 1.4 1997/10/03 04:44:26 gdr Exp $
#
1997-09-05 06:35:22 +00:00
.INCLUDE: ../../../paths.mk
.INCLUDE: ../../const.mk
OBJS = exec.o syscall.o trap.o
CFLAGS += -O78
build .PHONY: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk
trap.o:: trap.mac