From: Christos Zoulas Date: Sun, 7 Nov 1993 03:50:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILE3_27~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b7bc6d1ff64f779c155771838366abe5c537583;p=file *** empty log message *** --- diff --git a/src/Makefile b/src/Makefile index fe428ac0..00ac88af 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.39 1993/09/24 18:51:03 christos Exp $ +# @(#)$Id: Makefile,v 1.41 1993/11/07 03:50:05 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. @@ -21,7 +21,7 @@ # ever read sources, credits must appear in the documentation. # # 4. This notice may not be removed or altered. -VERSION = 3.11 +VERSION = 3.12 SHELL = /bin/sh #MAGIC = /etc/magic MAGIC = /usr/local/etc/magic @@ -77,7 +77,7 @@ OBJS = file.o apprentice.o fsmagic.o softmagic.o ascmagic.o \ print.o $(LOCALOBJS) ALLSRC = LEGAL.NOTICE README MAINT PORTING $(SRCS) *.h \ - Makefile file.${MANCEXT} magic.${MANFEXT} + Makefile file.man magic.man ALLMAGIC = Magdir/Makefile Magdir/Localstuff Magdir/Header Magdir/[a-z]* all: file magic file.${MANCEXT} magic.${MANFEXT}