NetBSD/bin/ls/Makefile

10 lines
197 B
Makefile
Raw Normal View History

# from: @(#)Makefile 5.4 (Berkeley) 3/1/92
# $Id: Makefile,v 1.5 1993/08/07 03:56:47 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= ls
SRCS= cmp.c ls.c print.c util.c
LDADD= -lutil
DPADD= ${LIBUTIL}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>