summaryrefslogtreecommitdiff
path: root/libexec/comsat/Makefile
blob: 7e8f3ea99c952492dd28007cd15fa258927a9f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.6 2004/06/25 17:34:38 christos Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93

.include <bsd.own.mk>
WARNS?=3

PROG=	comsat
SRCS=	comsat.c utmpentry.c
MAN=	comsat.8

.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP

.include <bsd.prog.mk>