From 3c3fe9aa2cf3d74f26b197d81952f9c8448a0585 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 27 Jan 1996 17:31:20 +0000 Subject: (OTHERSRCS): Add cntl-create.c. --- libtrivfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index da203132..84e49d7c 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -34,8 +34,8 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c -OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-clean.c \ - migsupport.c times.c startup.c open.c +OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-create.c \ + cntl-clean.c migsupport.c times.c startup.c open.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS) -- cgit v1.2.3