mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
added psignal,c, siglist.c to build
This commit is contained in:
parent
e7714c1ecb
commit
59a20690fa
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile for libc/gen.
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/07/27 23:06:00 gdr Exp $
|
||||
# $Id: Makefile,v 1.3 1997/07/28 03:15:55 gdr Exp $
|
||||
#
|
||||
|
||||
.INCLUDE: ../../const.mk
|
||||
@ -9,8 +9,8 @@
|
||||
OBJ_ASM = crypta.o setjmp.o syslog.o
|
||||
OBJ_C = basename.o bmem.o compat.o crypt.o dirent.o err.o fnmatch.o fts.o \
|
||||
getcwd.o getgrent.o getpass.o getpwent.o getttyent.o hostname.o \
|
||||
oldlog.o popen.o pwcache.o scandir.o sleep.o tty.o utime.o
|
||||
NOT_YET = fts.o
|
||||
oldlog.o popen.o psignal.o pwcache.o scandir.o siglist.o sleep.o \
|
||||
tty.o utime.o
|
||||
|
||||
OBJS = $(OBJ_ASM) $(OBJ_C)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user