add fdopen.c to build

This commit is contained in:
gdr 1997-07-27 23:09:09 +00:00
parent bc0a3deceb
commit 10ea6a13be

View File

@ -1,10 +1,10 @@
#
# $Id: Makefile,v 1.2 1997/05/03 19:40:45 gdr Exp $
# $Id: Makefile,v 1.3 1997/07/27 23:09:09 gdr Exp $
#
.INCLUDE: ../../const.mk
OBJS = fgetln.o mktemp.o perror.o tempnam.o
OBJS = fdopen.o fgetln.o mktemp.o perror.o tempnam.o
default: $(OBJS)