summaryrefslogtreecommitdiffstats
path: root/bsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/Makefile')
-rw-r--r--bsd/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsd/Makefile b/bsd/Makefile
new file mode 100644
index 000000000..6baf09d59
--- /dev/null
+++ b/bsd/Makefile
@@ -0,0 +1,20 @@
+# 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
+# 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
+
+.PHONY: clean distclean
+clean:
+ -rm -f *.o *~ core
+
+install install.shadow: