Deleted Added
full compact
Makefile (8874) Makefile (9701)
1# Makefile for file(1) cmd.
2# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
1# Makefile for file(1) cmd.
2# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
3# @(#)$Id: Makefile,v 1.2 1994/09/03 19:31:14 csgr Exp $
3# @(#)$Id: Makefile,v 1.3 1995/05/30 06:29:57 rgrimes 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#

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

46
47
48all: file magic
49
50magic: $(MAGFILES)
51 cat $(MAGFILES) > $(.TARGET)
52
53afterinstall:
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#

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

46
47
48all: file magic
49
50magic: $(MAGFILES)
51 cat $(MAGFILES) > $(.TARGET)
52
53afterinstall:
54 install -c -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \
54 ${INSTALL} -c -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \
55 $(DESTDIR)$(MAGIC)
56
57.include <bsd.prog.mk>
58
55 $(DESTDIR)$(MAGIC)
56
57.include <bsd.prog.mk>
58