1 1.10 christos # $NetBSD: Makefile,v 1.10 2020/05/17 23:34:11 christos Exp $ 2 1.7 cgd # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 cgd 4 1.1 cgd PROG= cp 5 1.6 mycroft SRCS= cp.c utils.c 6 1.1 cgd 7 1.10 christos .ifdef SMALLPROG 8 1.10 christos CPPFLAGS+=-DSMALL 9 1.10 christos .endif 10 1.10 christos 11 1.1 cgd .include <bsd.prog.mk> 12