1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00
bsdgames/dm/Makefile.bsd

18 lines
392 B
Makefile
Raw Permalink Normal View History

2012-02-25 17:04:33 +00:00
# $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>