style.Makefile(5)'ize

This commit is contained in:
David E. O'Brien 2003-08-03 15:17:28 +00:00
parent 8189277801
commit fecc076451
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118394
5 changed files with 15 additions and 32 deletions

View File

@ -1,10 +1,7 @@
#
#
# =================================== # ===================================
# HARP | Host ATM Research Platform # HARP | Host ATM Research Platform
# =================================== # ===================================
# #
#
# This Host ATM Research Platform ("HARP") file (the "Software") is # This Host ATM Research Platform ("HARP") file (the "Software") is
# made available by Network Computing Services, Inc. ("NetworkCS") # made available by Network Computing Services, Inc. ("NetworkCS")
# "AS IS". NetworkCS does not provide maintenance, improvements or # "AS IS". NetworkCS does not provide maintenance, improvements or
@ -24,7 +21,6 @@
# notice must be reproduced on all copies. # notice must be reproduced on all copies.
# #
# @(#) $FreeBSD$ # @(#) $FreeBSD$
#
SUBDIR= atm \ SUBDIR= atm \
fore_dnld \ fore_dnld \

View File

@ -1,10 +1,7 @@
#
#
# =================================== # ===================================
# HARP | Host ATM Research Platform # HARP | Host ATM Research Platform
# =================================== # ===================================
# #
#
# This Host ATM Research Platform ("HARP") file (the "Software") is # This Host ATM Research Platform ("HARP") file (the "Software") is
# made available by Network Computing Services, Inc. ("NetworkCS") # made available by Network Computing Services, Inc. ("NetworkCS")
# "AS IS". NetworkCS does not provide maintenance, improvements or # "AS IS". NetworkCS does not provide maintenance, improvements or
@ -25,6 +22,5 @@
# #
# @(#) $FreeBSD$ # @(#) $FreeBSD$
# #
#
.include "../Makefile.inc" .include "../Makefile.inc"

View File

@ -1,10 +1,7 @@
#
#
# =================================== # ===================================
# HARP | Host ATM Research Platform # HARP | Host ATM Research Platform
# =================================== # ===================================
# #
#
# This Host ATM Research Platform ("HARP") file (the "Software") is # This Host ATM Research Platform ("HARP") file (the "Software") is
# made available by Network Computing Services, Inc. ("NetworkCS") # made available by Network Computing Services, Inc. ("NetworkCS")
# "AS IS". NetworkCS does not provide maintenance, improvements or # "AS IS". NetworkCS does not provide maintenance, improvements or
@ -25,16 +22,16 @@
# #
# @(#) $FreeBSD$ # @(#) $FreeBSD$
# #
#
PROG= atm PROG= atm
SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \ SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \
atm_set.c atm_show.c atm_subr.c atm_set.c atm_show.c atm_subr.c
MAN= atm.8 MAN= atm.8
WARNS?= 6
CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../sys
WARNS= 6
LDADD+= -latm DPADD= ${LIBATM}
DPADD+= ${LIBATM} LDADD= -latm
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -1,10 +1,7 @@
#
#
# =================================== # ===================================
# HARP | Host ATM Research Platform # HARP | Host ATM Research Platform
# =================================== # ===================================
# #
#
# This Host ATM Research Platform ("HARP") file (the "Software") is # This Host ATM Research Platform ("HARP") file (the "Software") is
# made available by Network Computing Services, Inc. ("NetworkCS") # made available by Network Computing Services, Inc. ("NetworkCS")
# "AS IS". NetworkCS does not provide maintenance, improvements or # "AS IS". NetworkCS does not provide maintenance, improvements or
@ -25,15 +22,15 @@
# #
# @(#) $FreeBSD$ # @(#) $FreeBSD$
# #
#
PROG= fore_dnld PROG= fore_dnld
MAN= fore_dnld.8 MAN= fore_dnld.8
SRCS= fore_dnld.c pca200e.c SRCS= fore_dnld.c pca200e.c
WARNS?= 6
CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../sys
WARNS= 6
LDADD+= -latm DPADD= ${LIBATM}
DPADD+= ${LIBATM} LDADD= -latm
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -1,10 +1,7 @@
#
#
# =================================== # ===================================
# HARP | Host ATM Research Platform # HARP | Host ATM Research Platform
# =================================== # ===================================
# #
#
# This Host ATM Research Platform ("HARP") file (the "Software") is # This Host ATM Research Platform ("HARP") file (the "Software") is
# made available by Network Computing Services, Inc. ("NetworkCS") # made available by Network Computing Services, Inc. ("NetworkCS")
# "AS IS". NetworkCS does not provide maintenance, improvements or # "AS IS". NetworkCS does not provide maintenance, improvements or
@ -25,14 +22,14 @@
# #
# @(#) $FreeBSD$ # @(#) $FreeBSD$
# #
#
PROG= ilmid PROG= ilmid
MAN= ilmid.8 MAN= ilmid.8
WARNS?= 6
CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm
DPADD+= ${LIBATM} DPADD= ${LIBATM}
WARNS= 6 LDADD= -latm
.include <bsd.prog.mk> .include <bsd.prog.mk>