From: Ian Darwin Date: Mon, 5 Apr 1993 10:37:16 +0000 (+0000) Subject: Add localsrc/*.c to ALLSRCS so it gets into dist. X-Git-Tag: FILE3_27~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e638e31db33d8fab81f23f8992de7b32b0c91058;p=file Add localsrc/*.c to ALLSRCS so it gets into dist. --- diff --git a/src/Makefile b/src/Makefile index e92f3059..6e3fa0fd 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.32 1993/04/05 10:27:30 ian Exp $ +# @(#)$Id: Makefile,v 1.33 1993/04/05 10:37:16 ian 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. @@ -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.1 magic.4 tst/Makefile + Makefile file.1 magic.4 localsrc/*.c tst/Makefile ALLMAGIC = Magdir/Makefile Magdir/Localstuff Magdir/Header Magdir/[a-z]* all: file magic