Makefile revision 1.15
11.15Schristos# $NetBSD: Makefile,v 1.15 2020/05/17 23:34:11 christos Exp $ 21.8Scgd# @(#)Makefile 8.1 (Berkeley) 6/2/93 31.1Scgd 41.1ScgdPROG= ls 51.14SheSRCS= cmp.c ls.c main.c print.c util.c 61.14She 71.14SheLDADD+= -lutil 81.14SheDPADD+= ${LIBUTIL} 91.1Scgd 101.15Schristos.ifdef SMALLPROG 111.15SchristosCPPFLAGS+= -DSMALL 121.15Schristos.endif 131.15Schristos 141.1Scgd.include <bsd.prog.mk> 15