Merge from vendor branch NTPD:
[dragonfly.git] / sbin / restore / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/sbin/restore/Makefile,v 1.13.2.3 2002/07/17 19:08:22 ru Exp $
3 # $DragonFly: src/sbin/restore/Makefile,v 1.3 2003/08/05 07:45:42 asmodai Exp $
4
5 PROG=   restore
6 LINKS=  ${BINDIR}/restore ${BINDIR}/rrestore
7 CFLAGS+=-DRRESTORE
8 CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
9 SRCS=   main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
10         dumprmt.c
11 MAN=    restore.8
12 MLINKS+=restore.8 rrestore.8
13 .PATH:  ${.CURDIR}/../dump
14
15 .include <bsd.prog.mk>