From e638e31db33d8fab81f23f8992de7b32b0c91058 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Mon, 5 Apr 1993 10:37:16 +0000 Subject: [PATCH] Add localsrc/*.c to ALLSRCS so it gets into dist. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0