usched: Allow process to change self cpu affinity
[dragonfly.git] / libexec / rlogind / Makefile
blobee29bf9021b7672d50b4e308a1b2c8aa3a66672e
1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/rlogind/Makefile,v 1.15.2.3 2001/04/25 10:40:55 ru Exp $
4 PROG= rlogind
5 MAN= rlogind.8
7 DPADD= ${LIBUTIL}
8 LDADD= -lutil
9 CFLAGS+= -DINET6
11 .include <bsd.prog.mk>