blob: 12c8b62ff1999490e01976087aaa727051473aa7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.2 2007/02/14 22:53:28 deraadt Exp $
PROG= disknames
SRCS= disknames.c
CFLAGS+= -Os
MAN=
.PATH: ${.CURDIR}/../../../distrib/special/disknames
.include <bsd.prog.mk>
|