blob: a0636ac246574f9174b7fa57da1e09f43688ed2a (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.1 1996/12/14 21:16:54 downsj Exp $
# @(#)Makefile 8.1 (Berkeley) 7/2/95
PROG= smrsh
MAN= smrsh.8
CFLAGS+=-I${.CURDIR}/../src -DCMDDIR=\"/usr/libexec/sm.bin\"
.include "../../Makefile.inc"
.include <bsd.prog.mk>
|