blob: ff4cd09a179889179d45b9ddfc0a6155f92f1136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.3 2003/08/27 07:54:38 jmc Exp $
PROG= sed
SRCS= compile.c main.c misc.c process.c
# These get installed verbatim
.if make(install)
SUBDIR+= USD.doc
.endif
.include <bsd.prog.mk>
|