File: Makefile.bsd

package info (click to toggle)
bsdgames 2.17-35
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,436 kB
  • sloc: ansic: 80,217; sh: 1,509; cpp: 1,154; yacc: 321; lex: 75; makefile: 62; sed: 13; csh: 5
file content (17 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.11 2002/09/18 03:23:00 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

.include <bsd.own.mk>

# -DLOG		log games
PROG=	dm
SRCS=	dm.c utmpentry.c
MAN=	dm.8 dm.conf.5
# shouldn't be necessary; just in case.
BINGRP= games
BINMODE=2555

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

.include <bsd.prog.mk>