Deleted Added
full compact
Makefile (2482) Makefile (8874)
1# Makefile for file(1) cmd.
1# Makefile for file(1) cmd.
2# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
2# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
3# @(#)$Id: Makefile,v 1.43 1994/05/03 17:57:59 christos Exp $
3# @(#)$Id: Makefile,v 1.2 1994/09/03 19:31:14 csgr Exp $
4#
5# This software is not subject to any license of the American Telephone
6# and Telegraph Company or of the Regents of the University of California.
7#
8# Permission is granted to anyone to use this software for any purpose on
9# any computer system, and to alter it and redistribute it freely, subject
10# to the following restrictions:
11#

--- 12 unchanged lines hidden (view full) ---

24#
25# Hacked and dismembered for bmake (Geoff Rehmet).
26MAGIC= /etc/magic
27MAGICOWN= bin
28MAGICGRP= bin
29MAGICMODE= 444
30
31
4#
5# This software is not subject to any license of the American Telephone
6# and Telegraph Company or of the Regents of the University of California.
7#
8# Permission is granted to anyone to use this software for any purpose on
9# any computer system, and to alter it and redistribute it freely, subject
10# to the following restrictions:
11#

--- 12 unchanged lines hidden (view full) ---

24#
25# Hacked and dismembered for bmake (Geoff Rehmet).
26MAGIC= /etc/magic
27MAGICOWN= bin
28MAGICGRP= bin
29MAGICMODE= 444
30
31
32CFLAGS+= -DMAGIC='"$(MAGIC)"'
32CFLAGS+= -DMAGIC='"$(MAGIC)"'
33
34PROG= file
35SRCS= file.c apprentice.c fsmagic.c softmagic.c ascmagic.c \
33
34PROG= file
35SRCS= file.c apprentice.c fsmagic.c softmagic.c ascmagic.c \
36 compress.c is_tar.c print.c
36 compress.c is_tar.c print.c
37
38MAN1= file.1
39MAN5= magic.5
40
41CLEANFILES+= magic
42
43MAGFILES= $(.CURDIR)/Magdir/Header\
44 $(.CURDIR)/Magdir/Localstuff\

--- 14 unchanged lines hidden ---
37
38MAN1= file.1
39MAN5= magic.5
40
41CLEANFILES+= magic
42
43MAGFILES= $(.CURDIR)/Magdir/Header\
44 $(.CURDIR)/Magdir/Localstuff\

--- 14 unchanged lines hidden ---