386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 8 Dec 1990 08:01:19 +0000 (00:01 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 8 Dec 1990 08:01:19 +0000 (00:01 -0800)
Work on file usr/src/bin/rm/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/bin/rm/Makefile [new file with mode: 0644]

diff --git a/usr/src/bin/rm/Makefile b/usr/src/bin/rm/Makefile
new file mode 100644 (file)
index 0000000..f34f552
--- /dev/null
@@ -0,0 +1,7 @@
+#      @(#)Makefile    5.3 (Berkeley) 12/8/90
+
+PROG=  rm
+LDADD= -lutil
+DPADD= ${LIBUTIL}
+
+.include <bsd.prog.mk>