netisr: Use netisr_ncpus to convert hash to cpuid.
[dragonfly.git] / usr.bin / tip / Makefile
blob049ca335cd7d38eb294d4fad6f4493f62e251288
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/tip/tip/Makefile,v 1.10.6.3 2002/07/17 13:25:19 ru Exp $
4 # Files are:
5 # /etc/remote remote host description file
6 # /etc/phones phone number file, owned by ${OWNER} and
7 # mode 6??
8 # /var/log/aculog ACU accounting file, owned by ${OWNER} and
9 # mode 6??
11 PROG= tip
12 DPADD= ${LIBUTIL}
13 LDADD= -lutil
14 LINKS= ${BINDIR}/tip ${BINDIR}/cu
15 MLINKS= tip.1 cu.1
16 MAN= tip.1 modems.5
17 SRCS= acu.c acucommon.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
18 remote.c tip.c tipout.c tod.c unidialer.c value.c vars.c
20 WARNS?= 2
22 BINDIR?= /usr/bin
23 BINOWN= uucp
24 BINGRP= dialer
26 # XXX: there is some concern that `tip' in its current state shouldn't run
27 # SUID. If it believed it should, the mode above may still no be proper.
28 #BINMODE?= 4510
30 .include <bsd.prog.mk>