7 lines
188 B
Makefile
7 lines
188 B
Makefile
# Makefile for source rpm: ipvsadm
|
|
# $Id: Makefile,v 1.1 2004/09/09 06:20:27 cvsdist Exp $
|
|
NAME := ipvsadm
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../../common/Makefile.common
|