File: Makefile

package info (click to toggle)
rbootd 2.0-6.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 196 kB
  • ctags: 237
  • sloc: ansic: 1,634; sh: 70; makefile: 63
file content (8 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
#	$NetBSD: Makefile,v 1.4 1995/08/21 17:05:08 thorpej Exp $

PROG=	rbootd
SRCS=	bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
MAN=	rbootd.8

.include <bsd.prog.mk>