summaryrefslogtreecommitdiffstats
path: root/bsd/Makefile
blob: 8783c5b3022cfea6573edfb895fde9259294f429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Makefile -- Makefile for util-linux Linux utilities
# Created: Sat Dec 26 20:09:40 1992
# Revised: Fri Mar 10 21:20:41 1995 by faith@cs.unc.edu
# Copyright 1992, 1993, 1994, 1995 Rickard E. Faith (faith@cs.unc.edu)
#

include ../MCONFIG

all: err.o getopt.o
err.o: err.c
getopt.o: getopt.c

.PHONY: clean distclean
clean:
	-rm -f *.o *~ core

install install.shadow: