From 1408a14247ade8f3e8c15b67d05b8973c3ac4fd4 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 30 Dec 2008 01:33:15 +0000 Subject: Add gssd.h to the list of SRCS so one can build without 'make depend' first. --- usr.sbin/gssd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/gssd/Makefile b/usr.sbin/gssd/Makefile index ffdb5aa..45d8de4 100644 --- a/usr.sbin/gssd/Makefile +++ b/usr.sbin/gssd/Makefile @@ -2,7 +2,7 @@ PROG= gssd MAN= gssd.8 -SRCS= gssd.c gssd_svc.c gssd_xdr.c gssd_prot.c +SRCS= gssd.c gssd.h gssd_svc.c gssd_xdr.c gssd_prot.c CFLAGS+= -I. WARNS?= 1 -- cgit v1.1