diff options
author | Miles Bader <miles@gnu.org> | 1997-07-22 14:54:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-07-22 14:54:05 +0000 |
commit | a4e40b9a60065a0afdddc54d62f622db7130b90f (patch) | |
tree | d6f85b62699c6075729e482b03234bd35cfb9167 /isofs/Makefile | |
parent | 942cb0f8d60fd14b85e75d2d1b1ea50ce8f07a48 (diff) |
(dir):
Is isofs, not ufs.
Diffstat (limited to 'isofs/Makefile')
-rw-r--r-- | isofs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/isofs/Makefile b/isofs/Makefile index f9157fe7..1367ae3c 100644 --- a/isofs/Makefile +++ b/isofs/Makefile @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dir := ufs +dir := isofs makemode := server target = isofs @@ -26,4 +26,3 @@ OBJS = $(SRCS:.c=.o) HURDLIBS = diskfs iohelp fshelp store pager ports threads ihash shouldbeinlibc include ../Makeconf - |