summaryrefslogtreecommitdiffstats
path: root/bsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/Makefile')
-rw-r--r--bsd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/bsd/Makefile b/bsd/Makefile
index 6baf09d59..8783c5b30 100644
--- a/bsd/Makefile
+++ b/bsd/Makefile
@@ -1,14 +1,11 @@
# Makefile -- Makefile for util-linux Linux utilities
# Created: Sat Dec 26 20:09:40 1992
-# Revised: Sat Feb 4 19:35:59 1995 by faith@cs.unc.edu
+# 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
-%.o: %.c
- $(CC) -c $(CFLAGS) $< -o $@
-
all: err.o getopt.o
err.o: err.c
getopt.o: getopt.c