freebsd-nq/bin/ls/Makefile
1999-12-30 13:15:15 +00:00

10 lines
130 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/2/93
# $FreeBSD$
PROG= ls
SRCS= cmp.c ls.c print.c util.c
LDADD= -lutil
.include <bsd.prog.mk>