mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
11 lines
220 B
Makefile
11 lines
220 B
Makefile
# $Id: Makefile,v 1.1 1994/10/01 03:23:23 davidg Exp $
|
|
|
|
PROG= apm
|
|
# CFLAGS+= -I/sys/i386/include
|
|
# BINGRP= apm
|
|
# BINMODE= 550
|
|
# LINKS= ${DESTDIR}/usr/sbin/apm ${DESTDIR}/usr/sbin/zzz
|
|
NOMAN= 1
|
|
|
|
.include <bsd.prog.mk>
|