ad6c31cee3
device. If we cannot determine the device name of the console, print the console dev_t in hex.
11 lines
185 B
Makefile
11 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.17 2005/04/06 21:13:03 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
.include <bsd.own.mk>
|
|
CFLAGS+=-g
|
|
|
|
PROG= sysctl
|
|
MAN= sysctl.8
|
|
|
|
.include <bsd.prog.mk>
|