From 3c1a8fab2bc1740c5a14fba12ab188eaaa44d2d5 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 16 Dec 1996 03:33:34 +0000 Subject: [PATCH] added international.c --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index f215f07f..40007c15 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.53 1996/10/05 18:15:29 christos Exp $ +# @(#)$Id: Makefile,v 1.54 1996/12/16 03:33:34 christos Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -70,10 +70,10 @@ LOCALOBJS = # localsrc/getopt.o localsrc/strtol.o \ LOCALINC = # localinc/*.h localinc/sys/*.h SRCS = file.c apprentice.c fsmagic.c softmagic.c ascmagic.c \ - compress.c is_tar.c readelf.c \ + compress.c is_tar.c readelf.c international.c \ print.c $(LOCALSRCS) $(LOCALINC) OBJS = file.o apprentice.o fsmagic.o softmagic.o ascmagic.o \ - compress.o is_tar.o readelf.o \ + compress.o is_tar.o readelf.o international.o \ print.o $(LOCALOBJS) ALLSRC = LEGAL.NOTICE README MAINT PORTING $(SRCS) *.h \ -- 2.50.1