Create the USB task queues before creating the event thread to avoid
[dragonfly/vkernel-mp.git] / usr.bin / xinstall / Makefile
blobd50090c592a6e7190b0a9b8fe7452c45550cec54
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 06:29:34 dillon Exp $
5 PROG= xinstall
6 PROGNAME= install
7 SRCS= xinstall.c
8 MAN= install.1
10 .if defined(BOOTSTRAPPING)
11 .PATH: ${.CURDIR}/../../lib/libc/gen
12 SRCS+= strtofflags.c
13 .endif
15 .include <bsd.prog.mk>