Bring in a transport-independent RPC (TI-RPC).
[dragonfly.git] / sbin / nologin / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/22/94
2 # $FreeBSD: src/sbin/nologin/Makefile,v 1.6.6.2 2001/04/25 14:04:15 ru Exp $
3 # $DragonFly: src/sbin/nologin/Makefile,v 1.3 2008/02/05 10:58:04 matthias Exp $
4
5 PROG=   nologin
6 SRCS=   nologin.c
7 MAN=    nologin.5 nologin.8
8 WARNS=  6
9
10 .include <bsd.prog.mk>