summaryrefslogtreecommitdiffstats
path: root/bsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/Makefile')
-rw-r--r--bsd/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/bsd/Makefile b/bsd/Makefile
deleted file mode 100644
index 8783c5b30..000000000
--- a/bsd/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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: