Add the source code for /usr/src/usr.bin from the Net/2 tape
[unix-history] / usr / src / bin / rm / Makefile
# @(#)Makefile 5.3 (Berkeley) 12/8/90
PROG= rm
LDADD= -lutil
DPADD= ${LIBUTIL}
.include <bsd.prog.mk>