1 1.19 christos # $NetBSD: Makefile,v 1.19 2026/03/13 20:55:59 christos Exp $ 2 1.7 cgd # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 alm 4 1.9 thorpej .include <bsd.own.mk> 5 1.17 christos WARNS=6 6 1.9 thorpej 7 1.1 alm PROG= sed 8 1.1 alm SRCS= compile.c main.c misc.c process.c 9 1.19 christos 10 1.19 christos .if (${HOSTPROG:U} == "") 11 1.19 christos DPADD+= ${LIBUTIL} 12 1.18 christos LDADD+= -lutil 13 1.19 christos .endif 14 1.9 thorpej 15 1.1 alm .include <bsd.prog.mk> 16