svn commit: r186582 - head/usr.sbin/gssd

David E. O'Brien obrien at FreeBSD.org
Tue Dec 30 01:33:16 UTC 2008


Author: obrien
Date: Tue Dec 30 01:33:15 2008
New Revision: 186582
URL: http://svn.freebsd.org/changeset/base/186582

Log:
  Add gssd.h to the list of SRCS so one can build without 'make depend' first.

Modified:
  head/usr.sbin/gssd/Makefile

Modified: head/usr.sbin/gssd/Makefile
==============================================================================
--- head/usr.sbin/gssd/Makefile	Tue Dec 30 00:57:39 2008	(r186581)
+++ head/usr.sbin/gssd/Makefile	Tue Dec 30 01:33:15 2008	(r186582)
@@ -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


More information about the svn-src-head mailing list