Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / xinstall / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/xinstall/Makefile,v 1.11.2.4 2001/09/24 15:44:05 ru Exp $
3 # $DragonFly: src/usr.bin/xinstall/Makefile,v 1.2 2003/06/17 04:29:34 dillon Exp $
4
5 PROG=           xinstall
6 PROGNAME=       install
7 SRCS=           xinstall.c
8 MAN=            install.1
9
10 .if defined(BOOTSTRAPPING)
11 .PATH: ${.CURDIR}/../../lib/libc/gen
12 SRCS+=          strtofflags.c
13 .endif
14
15 .include <bsd.prog.mk>