1 1.15 christos # $NetBSD: Makefile,v 1.15 2020/05/17 23:34:11 christos Exp $ 2 1.8 cgd # @(#)Makefile 8.1 (Berkeley) 6/2/93 3 1.1 cgd 4 1.1 cgd PROG= ls 5 1.14 he SRCS= cmp.c ls.c main.c print.c util.c 6 1.14 he 7 1.14 he LDADD+= -lutil 8 1.14 he DPADD+= ${LIBUTIL} 9 1.1 cgd 10 1.15 christos .ifdef SMALLPROG 11 1.15 christos CPPFLAGS+= -DSMALL 12 1.15 christos .endif 13 1.15 christos 14 1.1 cgd .include <bsd.prog.mk> 15