dntpd: Fix typo.
[dragonfly.git] / sbin / restore / Makefile
blob1343064c5d04feab3bdc38f43002a6121aee5a81
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 $
4 PROG= restore
5 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
6 CFLAGS+=-DRRESTORE -DNTREC_LONG
7 CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
8 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
9 dumprmt.c
10 MAN= restore.8
11 MLINKS+=restore.8 rrestore.8
12 .PATH: ${.CURDIR}/../dump
14 .include <bsd.prog.mk>