Deleted Added
full compact
Makefile (35466) Makefile (50479)
1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2# $Id: Makefile,v 1.8 1997/02/22 16:04:27 peter Exp $
2# $FreeBSD: head/usr.sbin/bootparamd/callbootd/Makefile 50479 1999-08-28 01:35:59Z peter $
3
4PROG= callbootd
5SRCS= callbootd.c ${GENSRCS}
6GENSRCS=bootparam_prot.h bootparam_prot_clnt.c bootparam_prot_xdr.c
7NOMAN=
8CFLAGS+= -I.
9CLEANFILES= ${GENSRCS}
10

--- 12 unchanged lines hidden ---
3
4PROG= callbootd
5SRCS= callbootd.c ${GENSRCS}
6GENSRCS=bootparam_prot.h bootparam_prot_clnt.c bootparam_prot_xdr.c
7NOMAN=
8CFLAGS+= -I.
9CLEANFILES= ${GENSRCS}
10

--- 12 unchanged lines hidden ---