blob: 32238f4f3be87576e67da2625f4e1fce96e7cd12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 2000/02/16 16:51:09 form Exp $
# @(#)Makefile 8.1 (Berkeley) 7/2/95
PROG= smrsh
MAN= smrsh.8
CFLAGS+=-I${.CURDIR}/../src -DCMDDIR=\"/usr/libexec/sm.bin\"
BINDIR= /usr/libexec
.include "../../Makefile.inc"
.include <bsd.prog.mk>
|