Cross Reference: Makefile
xref: /src/bin/dd/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/bin/dd/
Makefile revision 1.9
11.9Slukem#	$NetBSD: Makefile,v 1.9 2002/02/02 13:03:21 lukem Exp $
21.4Scgd#	@(#)Makefile	8.1 (Berkeley) 5/31/93
31.1Sglass
41.1SglassPROG=	dd
51.9SlukemSRCS=	args.c conv.c dd.c misc.c position.c strsuftoull.c
61.9Slukem
71.9Slukem.ifdef SMALLPROG
81.9SlukemCPPFLAGS+=	-DNO_CONV
91.9Slukem.else
101.9SlukemSRCS+=		conv_tab.c
111.9Slukem.endif
121.7Slukem
131.7SlukemWARNS=2
141.1Sglass
151.1Sglass.include <bsd.prog.mk>
16

Indexes created Tue Jan 13 19:09:32 GMT 2026