Home | History | Annotate | Line # | Download | only in sdpd
Makefile revision 1.2
      1  1.2   plunky # $NetBSD: Makefile,v 1.2 2006/08/17 20:13:31 plunky Exp $
      2  1.1  gdamore 
      3  1.1  gdamore PROG=		sdpd
      4  1.1  gdamore MAN=		sdpd.8
      5  1.2   plunky SRCS=		bgd.c dun.c ftrn.c hf.c hset.c irmc.c irmc_command.c lan.c \
      6  1.1  gdamore 		log.c main.c opush.c profile.c provider.c sar.c scr.c \
      7  1.1  gdamore 		sd.c server.c sp.c srr.c ssar.c ssr.c sur.c uuid.c
      8  1.1  gdamore 
      9  1.1  gdamore .include <bsd.prog.mk>
     10